LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

AddRange Method






The System.Collections.ICollection whose elements should be added to the end of the collection.
Adds the elements of an System.Collections.ICollection to the end of the collection. .NET support
Syntax
public virtual void AddRange( 
   ICollection<T> collection
)
'Declaration
 
Public Overridable Sub AddRange( _
   ByVal collection As ICollection(Of T) _
) 
'Usage
 
Dim instance As RasterCollection(Of T)
Dim collection As ICollection(Of T)
 
instance.AddRange(collection)
public virtual void AddRange( 
   ICollection<T> collection
)
 function Leadtools.RasterCollection.AddRange( 
   collection 
)
public:
virtual void AddRange( 
   ICollection<T^>^ collection
) 

Parameters

collection
The System.Collections.ICollection whose elements should be added to the end of the collection.
Remarks
The collection itself cannot be a null reference (Nothing in Visual Basic), but it can contain elements that are a null reference (Nothing).
Example
For an example, refer to RasterCollection<T>.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterCollection<T> Class
RasterCollection<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.